home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d936.lha / TKEd / doc / Changes next >
Text File  |  1993-12-20  |  13KB  |  454 lines

  1. ----------------
  2. Changes to V1.16
  3. ----------------
  4.  
  5.   1. Max. length of a line changed to 512 characters
  6.  
  7.   2. Version string added
  8.  
  9.   3. Opens a filerequester when started with a directory as parameter
  10.  
  11.   4. New AREXX-command 'WaitForMouse'
  12.  
  13.   5. 'File not found' requester (when started from SHELL) can be switched
  14.      of via preferences.
  15.  
  16.   6. Modified cursor movement in first/last line.
  17.  
  18.   7. 'Next word' / 'Previous word' modified for German 'Umlauts'
  19.  
  20.   8. AREXX-command 'IsChar' modified for German 'Umlauts'
  21.  
  22.   9. 'Deleteline' modified
  23.   
  24.  10. 'Set scriptflag' error removed
  25.  
  26. --------------------------
  27. Changes to V1.14 and V1.15
  28. --------------------------
  29.  
  30.   !! A part of my adress will change in July 1993. The correct adress
  31.   !! will be:
  32.   !!          Tom Kroener
  33.   !!          Richard Wagner Str.40
  34.   !!          D-66125 Saarbruecken
  35.   !!          GERMANY
  36.   !!   
  37.  
  38.   1. New parameter -m <filename.cfg> to choose the configurationfile for
  39.      TKEd.
  40.  
  41.   2. New AREXX-command 'Refresh'
  42.  
  43.   3. New AREXX-command 'Request3': Opens a requester with (nearly)
  44.      unlimited selections.
  45.  
  46.   4. New AREXX-command 'Modified'
  47.  
  48.   5. New AREXX-commands 'SetFind', 'SetReplace' and 'SetCase'
  49.  
  50.   6. With the option -e you can now load an AREXX-script which will
  51.      be execute after starting TKEd.
  52.      
  53.   7. AREXX-commands 'GetNumber' and 'GetString' modified.
  54.  
  55.   8. AREXX-commands 'FindNext' and 'FindPrevious' modified.
  56.  
  57.   9. Executes synchronous AREXX-scripts much more faster
  58.  
  59. ---------------------------
  60. Changes to V1.11 and V1.12:
  61. ---------------------------
  62.  
  63.  1. Added the function 'Delete file...' to the project-menu.
  64.  
  65.  2. You can now enter the path for the temporary file needed when
  66.     TKEd decrunches a packed text. (default: 'ram:')
  67.  
  68.  3. Menu 'Set current path' uses now the filerequester to choose the
  69.     path
  70.  
  71.  4. New parameter -m to open a ScreenModeRequester on the workbench
  72.     while starting TKEd.
  73.  
  74.  5. Search requester modified
  75.  
  76.  6. Goto mark <-> New mark modified
  77.  
  78.  7. A '+' appears in the titlebar if the text is modified
  79.  
  80.  8. Error with the combination wordwrap<->auto indent fixed
  81.  
  82.  9. Macro recording and saving modified
  83.  
  84. 10. New AREXX-command 'WaitForKey' which waits for a key and returns
  85.     the ASCII and the rawkey value of the key.
  86.  
  87. ---------------------------
  88. Changes to V1.09 and V1.10:
  89. ---------------------------
  90.  
  91.  1. TKEd can know use all available OS2.04 Screenmodes. (NTSC, Superhires,
  92.     DblPAL, Euro72, Productivity...)
  93.  
  94.  2. Marking with mouse modified and some functions added:
  95.     Clicking a char 2-times:  Mark word
  96.     Clicking a char 3-times:  Mark line
  97.     Clicking a char 4-times:  If the cursor is on a bracket mark the 
  98.                               text from the bracket to the corresponding 
  99.                               one
  100.  
  101.  3. New menu and ARexx-Command: MarkAll
  102.  
  103.  4. Parameters for AREXX-Functions (like On, Off, FileRequest...) are no
  104.     more case-sensitive.
  105.  
  106.  5. Two new fonts (8x12 and 12x12) added for superhires and 
  107.     superhires/interlaced screenmode (very nice working with
  108.     110 columns :-)
  109.  
  110.  6. Length of a line can be modified.
  111.  
  112.  7. Automatic wordwrap when line too long (see 6.)
  113.  
  114.  8. New AREXX-command 'Language'
  115.  
  116.  9. New AREXX-command 'IsChar'
  117.  
  118. 10. Some internal modifications
  119.  
  120. 11. TKEd has now a help-mode in which help-texts are displayed for each 
  121.     menu you choose
  122.  
  123. 12. TKEd opens now an application-window on the Workbench-screen.
  124.  
  125. 13. The last visible line before a folding is now displayed in a different
  126.     color.
  127.  
  128. 14. If you are in an empty buffer and you open the filerequester, TKEd will
  129.     take the path of the last buffer (path of 8 if you are in buffer 9, path
  130.     of 0 if you are in buffer 1...) 
  131.  
  132. 15. Using the errortools, TKEd can display the errormessages of the
  133.     following Compilers:
  134.  
  135.     Oberon    : Oberon V2.0 - V2.14   (A+L Ag)
  136.     Assembler : A68K V2.61            (PD)
  137.     C         : Aztec C 5.2
  138.                 Lattice C V5.1b
  139.                 Dice C
  140.  
  141. 16. Cursormovement modified.
  142.  
  143. 17. Cursormovement with the numeric keypad removed (macros will do
  144.     that better)
  145.  
  146. 18. Optional parameters can be added via []{}() to the AREXX-Menus.
  147.  
  148. 19. When started from CLI/Shell with a path ended with ':' or '/'
  149.     this path will be used (if possible) as the current path.
  150.  
  151. 20. You can now modify the time after which TKEd remembers to save a
  152.     modified text.
  153.  
  154. 21. You can now enter an optional path for the backups made when
  155.     a text is saved.
  156.  
  157. 22. Marked part of a line can be used as text for searching.
  158.  
  159. -----------------
  160. Changes to V1.08:
  161. -----------------
  162.  
  163.  1. Wrong position of scroll-gadget fixed.
  164.  
  165.  2. Caps-Lock handling modified (makes cursor-movement easier)
  166.  
  167.  3. Small bug remove from error-display-routines (Occurred when
  168.     file was modified (add or delete a line) and 'Next Error'
  169.     goes to the wrong line).
  170.  
  171.  4. Dead-keys-support added (éàÊ ....)
  172.  
  173.  5. 'Replace-All' menu moved to the requester of 'Replace'
  174.  
  175.  6. Some internal modifications
  176.  
  177.  7. Internal error in 'Del' function fixed.
  178.  
  179.  8. 'Remove ANSI-codes'-function added
  180.  
  181.  9. Bug fixed when called with two or more not-existing filenames.
  182.  
  183. 10. Displayproblems of 'Search/Replace' and 'Swap Chars' with fonts > 8
  184.     removed.
  185.  
  186. 11. TKEd now shows the current filename when iconified.
  187.  
  188. 12. The name of the texts in the User-menus (entered via parameter {})
  189.     can now be modified, e.g. 'Hello.c' can be changed to 'Hello'. Very
  190.     useful for programmers who want to start a program after compiling
  191.     the source without entering the new filename.
  192.  
  193. 13. New function to set the current path of TKEd.
  194.  
  195. 14. The requester 'More than 15 minutes since last saving' cannot be
  196.     closed via shortcuts. (Has sometimes happened when writing without
  197.     looking at the screen).
  198.  
  199. 15. The names of the loaded texts are displayed in the buffer-menu.
  200.  
  201.  
  202. -----------------
  203. Changes to V1.07:
  204. -----------------
  205.  
  206.  1. Small error with 'Delete line' function removed
  207.  
  208.  2. AREXX-function 'GetString' modified
  209.  
  210.  3. New ARexx-Function 'MakeTitle'
  211.  
  212.  4. New function 'Search current character'
  213.  
  214.  5. Some menus re-designed
  215.  
  216.  6. Position of the screen and the iconify-window can be changed with 
  217.     the mouse (Much easier than testing numerical values !).
  218.  
  219.  7. New AREXX-function 'WBtoFront'
  220.  
  221.  8. Small bug in AREXX-functions 'Quit', 'SaveAndQuit' and 'SaveAllAndQuit'
  222.     removed (they worked correctly but 'forgot' to quit TKEd)
  223.  
  224.  9. Some internal modifications
  225.  
  226.  
  227. -----------------------
  228. Changes to V1.05/V1.06:
  229. -----------------------
  230.  
  231.  1. TKEd now sets the protection-bits ('sparwed') correctly when
  232.     saving a text.
  233.  
  234.  2. You can now set the script-flag when saving a text.
  235.  
  236.  3. When started, TKEd checks if the stacksize is >= 10000 and
  237.     stops if not.
  238.  
  239. -----------------
  240. Changes to V1.04:
  241. -----------------
  242.  
  243.  1. Small error with the 'Matching Bracket' function removed.
  244.  
  245.  2. If you start TKEd from CLI/Shell with a not existing filename,
  246.     TKEd uses this name as default name for the new text.
  247.  
  248.  3. Some internal optimizations.
  249.  
  250. -----------------
  251. Changes to V1.02:
  252. -----------------
  253.  
  254.  1. TKEd has now an 'Undo' function.
  255.  
  256.  2. TKEd can fold texts or parts of it. (very nice when programming)
  257.  
  258.  3. You can make TKEd  invisible ('Sleeping') and restart it
  259.     via a hotkey.
  260.  
  261.  4. Now 102 different AREXX-Commands.
  262.     New: 'Sleep'
  263.          'Fold'
  264.          'UnFold'
  265.          'FoldNext'
  266.          'UnFoldNext'
  267.          'FoldMarked'
  268.          'SetFoldOn'
  269.          'SetFoldOff'
  270.  
  271.  
  272.  5. You can mark all modified lines.
  273.  
  274.  6. English and german configuration possible.
  275.  
  276.  7. Some internal functions optimized (TKEd is faster and shorter than
  277.     older versions)
  278.  
  279.  8. Tabssize > 8 possible.
  280.  
  281.  9. Some small changes I can't remember.
  282.  
  283.  
  284.  
  285. Remark: You always should install TKEd using the program 'Install_TKEd',
  286.         because the name and/or the number of files which belong to
  287.         TKEd may change.
  288.         If you don't want to lose a saved configuration or your defined
  289.         macros, you have to save them first to a different place.
  290.         After copying them to the (new) directory 'TKEd:', you can use 
  291.         it after converting the configurationfile ('TKEd.cfg') with
  292.         the tool 'Convert'.
  293.  
  294. -----------------
  295. Changes to V1.01:
  296. -----------------
  297.  
  298.  1. TKEd uses now the 'reqtools.library' instead of the 'req.library'.
  299.     (sorry, Bruce and Colin!)
  300.     'reqtools.library' looks much more better under OS 2.04
  301.  
  302.  2. Macros now use also the qualifiers 'Shift' or 'Alt'.
  303.     So you can specify up to 3 different macros for each key.
  304.     (key, key+shift, key+alt)
  305.  
  306.  3. Some OS2.04 features:
  307.     -Gadgets of the screen OS2.04-like
  308.     -Supports autoscroll with overscan screens
  309.     -Supports an appWindow when iconified
  310.  
  311.  4. Case sensitive search and use of wildcards possible
  312.  
  313.  5. Different filenames as parameters possible.
  314.     When you start TKEd, it will load each file.
  315.  
  316.  
  317.  
  318. ------------------
  319. Changes to V1.00a:
  320. ------------------
  321.  
  322.  1. Now 94 different AREXX-commands.
  323.  
  324.  2. Blockoperations are changed to the guidelines of the 'Amiga User
  325.     Interface Style Guide'.
  326.  
  327.  3. Handles vertical blocks and vertical pasting.
  328.  
  329.  4. You can mark every line you want (e.g. line 2, 3, 16, 29...) and 
  330.     in  each line a different part of it 
  331.     (e.g. line 2  : character 1 to 7,
  332.           line 5  : character 17 to 97
  333.           line 100: character 102 to 104...)
  334.     and 'Cut', 'Copy' it to one location.
  335.  
  336.  5. AREXX-commands of the blockoperations changed to the guidelines
  337.     of the 'Amiga User Interface Style Guide'.
  338.  
  339.  6. Supports scrolling with mouse.
  340.  
  341.  7. During the start of TKEd, it checks its own length and makes a 
  342.     warning if it is too large. (Could be a linking virus).
  343.  
  344.  8. Supports different screen sizes. If you use OS 2.04, you can also enter
  345.     the coordinates of the upper left edge of the screen.
  346.  
  347.  9. Supports interlace mode.
  348.  
  349. 10. Supports different font sizes.
  350.  
  351. 11. No more 'unprinted' characters when writing very fast.
  352.  
  353. 12. Some new AREXX-commands :
  354.                                1. GotoByte
  355.                                2. Request1
  356.                                3. Request2
  357.                                4. Beep
  358.                                5. DisplayBeep
  359.                                6. Delay
  360.                                7. GetPathName
  361.                                8. GetFullPathName
  362.                                9. CloneLine
  363.  
  364. 13. TKEd's AREXX-port is now synchronous (default). It can be made 
  365.     asynchronous by a keyword in the commandtext of the ARexx-menu.
  366.  
  367. 14. When you start TKEd, it looks for currently running TKEd's in memory
  368.     and asks to continue or to stop the start, if a running TKEd was
  369.     found.
  370.  
  371. 15. 'Safe saves' possible: Renames an existing file before saving
  372.     a newer file with the same name.
  373.     Deletes the original file after 'safe saving'.
  374.  
  375. 16. Shows a warning if a filename already exists when using 'Save As'.
  376.  
  377. 17. The AREXX-function 'GetFileName' is splitted into the commands
  378.     'GetFileName', 'GetPathName' and 'GetFullPathName'.
  379.  
  380. 18. Iconify-function.
  381.  
  382. 19. Some small bugs removed.
  383.  
  384. 20. Lots of features I don't remember.
  385.  
  386.  
  387.  
  388. -----------------
  389. Changes to V0.91:
  390. -----------------
  391.  
  392. 1.  TKEd has now a very comfortable asynchronous AREXX-interface with 
  393.     86 different functions.
  394.     
  395. 2.  Completely rewritten memory management. Less amount of memory and
  396.     faster than TKEd V0.91.
  397.  
  398. 3.  Search and Replace of a text 5 times faster than TKEd V0.91.
  399.     If both (search and replace) strings  have the same length, TKEd V1.00 
  400.     makes this up to 40 times faster than TKEd V0.91 (show me an editor 
  401.     which replaces all occurrences of the letter 'e' with another one 
  402.     faster than TKEd !!!!)
  403.  
  404. 4.  Blocks can now be moved to the left and to the right.
  405.  
  406. 5.  Some new menus:  'SaveAll&Quit'
  407.                      'Screen'
  408.                      'Fonts'
  409.                      'AutoBackup'
  410.                      'VersionBackup'
  411.                      'TimeBackup'
  412.                      'Set Extension'
  413.                      'Count Occurrences'
  414.                      'Matching Bracket'
  415.                      'Block->'
  416.                      'Block<-'
  417.                      'Next Word'
  418.                      'Previous Word'
  419.                      'Delete Word'
  420.                      'SwapCase'
  421.                      'Goto Buffer (0..9)'
  422.                      'ARexx'
  423.                      'Load Macros'
  424.                      'Save Macros'
  425.                          
  426. 6.  Most of the requesters are build up more logically.
  427.  
  428. 7.  More parameters possible in the User-Menus. 
  429.  
  430. 8.  Paths as parameters in User-Menus can now be entered comfortably
  431.     via filerequesters.
  432.  
  433. 9.  Length of a line up to 255 characters.
  434.  
  435. 10. TKEd now makes a backup of your text (with the ending
  436.     '.bak') while saving a text.
  437.     
  438. 11. TKEd can also make different versions of backups of a text.
  439.  
  440. 12. TKEd manages now up to 10 different texts. Also possibility to
  441.     copy blocks between the different textbuffers.
  442.  
  443. 13. You can load and save the macros.
  444.  
  445. 14. Each time you start TKEd, it checks his length and shows you
  446.     a warning if it's longer then normally.
  447.     If the warning appears, TKEd is probably 'infected' by a
  448.     linkvirus.
  449.     Use anti-virus-software to check this.
  450.  
  451. 15. Some small bugs removed.
  452.  
  453.  
  454.